error TS5107: Option 'moduleResolution=node10' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.


!!! error TS5107: Option 'moduleResolution=node10' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
==== file.ts (0 errors) ====
    import * as ng from "angular2/core";declare function foo(...args: any[]);@fooexport class MyClass1 {    constructor(private _elementRef: ng.ElementRef){}}